ilert · Example Payload

Put Users {User Id} Notification Preferences Subscriptions {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Put Users {User Id} Notification Preferences Subscriptions {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Update a user's subscription notification preference",
  "description": "",
  "method": "PUT",
  "path": "/users/{user-id}/notification-preferences/subscriptions/{id}",
  "parameters": {
    "user-id": "string",
    "id": 1.0
  },
  "request_body": {
    "contact": {},
    "method": "EMAIL"
  },
  "response": {
    "id": 1,
    "contact": {},
    "method": "EMAIL"
  }
}